[INFO] cloning repository https://github.com/notgull/ctor-lite
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/notgull/ctor-lite" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnotgull%2Fctor-lite", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnotgull%2Fctor-lite'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 18278ebd2f9e2438f7674b6388da44b2aae04c45
[INFO] fixing notgull/ctor-lite against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnotgull%2Fctor-lite" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/notgull/ctor-lite
[INFO] finished tweaking git repo https://github.com/notgull/ctor-lite
[INFO] tweaked toml for git repo https://github.com/notgull/ctor-lite written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/notgull/ctor-lite on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/notgull/ctor-lite already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c3b59791164dcb647f51aec614ed17f428f6ea3b2986e7fee10365ab30b351c8
[INFO] running `Command { std: "docker" "start" "c3b59791164dcb647f51aec614ed17f428f6ea3b2986e7fee10365ab30b351c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c3b59791164dcb647f51aec614ed17f428f6ea3b2986e7fee10365ab30b351c8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c3b59791164dcb647f51aec614ed17f428f6ea3b2986e7fee10365ab30b351c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c3b59791164dcb647f51aec614ed17f428f6ea3b2986e7fee10365ab30b351c8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling macro_rules_attribute-proc_macro v0.2.0
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking ctor-lite v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking macro_rules_attribute v0.2.0
[INFO] [stderr]    Migrating tests/init.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
[INFO] [stderr] crater-edition-check: ctor-lite v0.1.2 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]     Checking ctor-lite v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking ctor-lite v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stderr]    Migrating tests/init.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
[INFO] [stderr] crater-edition-check: ctor-lite v0.1.2 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking ctor-lite v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: extern blocks must be unsafe
[INFO] [stdout]   --> tests/init.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / ctor_lite::dtor! {
[INFO] [stdout] 27 | |     unsafe fn run_at_exit() {
[INFO] [stdout] 28 | |         let stderr = unsafe {
[INFO] [stdout] 29 | |             rustix::stdio::stderr()
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `ctor_lite::dtor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/init.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / ctor! {
[INFO] [stdout]   9 | |     /// Doc comment.
[INFO] [stdout]  10 | |     unsafe fn foo() {
[INFO] [stdout]  11 | |         INITED.store(true, Ordering::SeqCst);
[INFO] [stdout]  12 | |     }
[INFO] [stdout]  13 | | }
[INFO] [stdout]     | |_^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:257:17
[INFO] [stdout]     |
[INFO] [stdout] 257 |                 unsafe(link_section = ".init_array")
[INFO] [stdout]     |                 +++++++                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/init.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | / ctor! {
[INFO] [stdout]   9 | |     /// Doc comment.
[INFO] [stdout]  10 | |     unsafe fn foo() {
[INFO] [stdout]  11 | |         INITED.store(true, Ordering::SeqCst);
[INFO] [stdout]  12 | |     }
[INFO] [stdout]  13 | | }
[INFO] [stdout]     | |_^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:278:21
[INFO] [stdout]     |
[INFO] [stdout] 278 |                     unsafe(link_section = ".text.startup")
[INFO] [stdout]     |                     +++++++                              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/init.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | #[apply(ctor!)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ctor` which comes from the expansion of the attribute macro `apply` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:257:17
[INFO] [stdout]     |
[INFO] [stdout] 257 |                 unsafe(link_section = ".init_array")
[INFO] [stdout]     |                 +++++++                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/init.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | #[apply(ctor!)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ctor` which comes from the expansion of the attribute macro `apply` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:278:21
[INFO] [stdout]     |
[INFO] [stdout] 278 |                     unsafe(link_section = ".text.startup")
[INFO] [stdout]     |                     +++++++                              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/init.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 | / ctor! {
[INFO] [stdout]  22 | |     unsafe static INITED_3: usize = 0xDEAD;
[INFO] [stdout]  23 | | }
[INFO] [stdout]     | |_^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::ctor` which comes from the expansion of the macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:257:17
[INFO] [stdout]     |
[INFO] [stdout] 257 |                 unsafe(link_section = ".init_array")
[INFO] [stdout]     |                 +++++++                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/init.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 | / ctor! {
[INFO] [stdout]  22 | |     unsafe static INITED_3: usize = 0xDEAD;
[INFO] [stdout]  23 | | }
[INFO] [stdout]     | |_^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::ctor` which comes from the expansion of the macro `ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:278:21
[INFO] [stdout]     |
[INFO] [stdout] 278 |                     unsafe(link_section = ".text.startup")
[INFO] [stdout]     |                     +++++++                              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/init.rs:26:1
[INFO] [stdout]     |
[INFO] [stdout]  26 | / ctor_lite::dtor! {
[INFO] [stdout]  27 | |     unsafe fn run_at_exit() {
[INFO] [stdout]  28 | |         let stderr = unsafe {
[INFO] [stdout]  29 | |             rustix::stdio::stderr()
[INFO] [stdout] ...   |
[INFO] [stdout]  34 | | }
[INFO] [stdout]     | |_^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `ctor_lite::dtor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:411:17
[INFO] [stdout]     |
[INFO] [stdout] 411 |                 unsafe(link_section = ".text.exit")
[INFO] [stdout]     |                 +++++++                           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/init.rs:26:1
[INFO] [stdout]     |
[INFO] [stdout]  26 | / ctor_lite::dtor! {
[INFO] [stdout]  27 | |     unsafe fn run_at_exit() {
[INFO] [stdout]  28 | |         let stderr = unsafe {
[INFO] [stdout]  29 | |             rustix::stdio::stderr()
[INFO] [stdout] ...   |
[INFO] [stdout]  34 | | }
[INFO] [stdout]     | |_^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::ctor` which comes from the expansion of the macro `ctor_lite::dtor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:257:17
[INFO] [stdout]     |
[INFO] [stdout] 257 |                 unsafe(link_section = ".init_array")
[INFO] [stdout]     |                 +++++++                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ctor-lite` (test "init") due to 10 previous errors
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> tests/init.rs:26:1
[INFO] [stdout]     |
[INFO] [stdout]  26 | / ctor_lite::dtor! {
[INFO] [stdout]  27 | |     unsafe fn run_at_exit() {
[INFO] [stdout]  28 | |         let stderr = unsafe {
[INFO] [stdout]  29 | |             rustix::stdio::stderr()
[INFO] [stdout] ...   |
[INFO] [stdout]  34 | | }
[INFO] [stdout]     | |_^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::ctor` which comes from the expansion of the macro `ctor_lite::dtor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> src/lib.rs:278:21
[INFO] [stdout]     |
[INFO] [stdout] 278 |                     unsafe(link_section = ".text.startup")
[INFO] [stdout]     |                     +++++++                              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c3b59791164dcb647f51aec614ed17f428f6ea3b2986e7fee10365ab30b351c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3b59791164dcb647f51aec614ed17f428f6ea3b2986e7fee10365ab30b351c8", kill_on_drop: false }`
[INFO] [stdout] c3b59791164dcb647f51aec614ed17f428f6ea3b2986e7fee10365ab30b351c8
